home *** CD-ROM | disk | FTP | other *** search
-
-
-
- rename(n) Tcl Built-In Commands
-
-
-
- _________________________________________________________________
-
- NAME
- rename - Rename or delete a command
-
- SYNOPSIS
- rename _o_l_d_N_a_m_e _n_e_w_N_a_m_e
- _________________________________________________________________
-
-
- DESCRIPTION
- Rename the command that used to be called _o_l_d_N_a_m_e so that it
- is now called _n_e_w_N_a_m_e. If _n_e_w_N_a_m_e is an empty string then
- _o_l_d_N_a_m_e is deleted. The rename command returns an empty
- string as result.
-
-
- KEYWORDS
- command, delete, rename
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tcl 1
-
-
-
-